home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1991 / Feb 91 / MacApp.Tech$ 2⁄1⁄91 / 2806-Re Printing Multiple-Jan91 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.3 KB  |  32 lines  |  [TEXT/GEOL]

  1. Item    5575343                         28-Jan-91        09:27PST
  2.  
  3. From:   PILLAR.CORP                     Pillar, Foster City,PRT
  4.  
  5. To:     D3738                           Siltronix, Richard Good,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. ------------------------------------------------------------------------------
  10.  
  11. Sub:    RE: Printing Multiple Views
  12.  
  13. Richard,
  14.  
  15. There a global references to a printhandler in MacApp.  The variable is called
  16. gPrintHandler.  I suspect that the non-existent object the system tried to free
  17. was in gPrintHandler.  Somewhere along the way you probably freed a print
  18. handler and for some reason gPrintHandler was left referring to it.
  19.  
  20. The second attempt you made -- placing the views to be printed within another
  21. view -- sounds good to me.  The only thing I can think of that might have
  22. caused you to print nothing is the scrollers.  You mention that you have
  23. several scrollers around, is it possible that the view was somehow scrolled
  24. "out of sight" and then clipped away.  I haven't done much with scrollers so I
  25. don't know how they behave during printing.  I don't know if it will help but
  26. the last issue of Frameworks (January 1991) has an article I wrote on
  27. rearranging views during printing.
  28.  
  29. Good luck,
  30. Steve Curry
  31.  
  32.